OpenRoads Designer CONNECT Edition SDK Help

Corridor Class

Definition

Namespace: Bentley.CifNET.GeometryModel.SDK Assembly: Bentley.CifNET.GeometryModel.SDK.4.0 (in Bentley.CifNET.GeometryModel.SDK.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public abstractclass Corridor : NamedModelEntity
Inheritance → ConsensusItem → ModelEntityNamedModelEntity → Corridor

Constructors

Corridor Initializes a new instance of the Corridor class

Properties

BooleanReferences  
ClippingReferences Gets the clipping references of this corridor.
Connection (Inherited from ConsensusItem)
CorridorAlignment Gets Alignment of this corridor.
CorridorProfile Gets Profile of this corridor.
CorridorSurfaces Gets the CorridorSurface of this corridor.
CorridorType  
CurveWidenings Gets the CurveWidenings of this corridor.
DgnECInstance (Inherited from ConsensusItem)
DgnModel (Inherited from ConsensusItem)
DomainObject (Inherited from ConsensusItem)
Element (Inherited from ModelEntity)
EndConditionExceptions Gets the EndConditionExceptions of this corridor.
EndDistance  
ExpandedExteriorBoundary3d  
ExteriorBoundary3d  
FeatureName  
InsideMesh  
KeyStations Gets the KeyStations of this corridor.
LowestTemplateProfile  
MaximumLeftOffset  
MaximumRightOffset  
MaximumTemplateHeight  
Name (Inherited from NamedModelEntity)
ObjectTracker (Inherited from ConsensusItem)
OutsideMesh  
ParametricConstraints Gets the ParametricConstraints of this corridor.
PointControls Gets the pointcontrols of this corridor.
SecondaryAlignments Gets the secondaryalignments of this corridor.
StartDistance  
SyncId (Inherited from ModelEntity)
TemplateDrops Gets the TemplateDrops of this corridor.
Transitions Gets the transitions of this corridor.
XmlFragment Gets the XmlFragment of this corridor.

Methods

_AddBooleanClippingWithMeshSurface  
_AddCurveWidening(CurveWideningParameter)  
_AddCurveWidening(DistanceDefinitionInfo)  
_AddEndConditionException  
_AddEndConditionExceptions  
_AddKeyStation  
_AddKeyStationEx  
_AddParametricConstraint(ParametricConstraintParameter)  
_AddParametricConstraint(DistanceDefinitionInfo, String, ParametricConstraintType, Double, Double)  
_AddPointControl(DistanceDefinitionInfo)  
_AddPointControl(PointControlParameter)  
_AddSecondaryAlignment  
_AddTemplateDrop(TemplateDropParameters)  
_AddTemplateDrop(DistanceDefinition, Double, Template, Double, Double, String)  
_AddTemplateDrop(DistanceDefinitionInfo, Double, Template, Double, Double, String)  
_AddTemplateDrop(TemplateDefinition, String, Double, Double, Double, Double, Double, String)  
_AddTemplateDropAtCrossSectionStation  
_AddTransition(TemplateDrop, TemplateDrop, String)  
_AddTransition(DistanceDefinition, Double, Template, Template, String)  
_RemoveCurveWidening  
_RemoveEndConditionExceptions  
_RemoveKeyStation  
_RemoveParametricConstraint  
_RemovePointControl  
_RemoveSecondaryAlignment  
_RemoveTemplateDrop  
_RemoveTransition  
_SetCrossSectionStation  
AddBooleanClippingWithMeshSurface  
AddCurveWidening(CurveWideningParameter)  
AddCurveWidening(DistanceDefinitionInfo)  
AddEndConditionException  
AddEndConditionExceptions  
AddKeyStation  
AddKeyStationEx  
AddParametricConstraint(ParametricConstraintParameter)  
AddParametricConstraint(DistanceDefinitionInfo, String, ParametricConstraintType, Double, Double)  
AddPointControl(DistanceDefinitionInfo)  
AddPointControl(PointControlParameter)  
AddSecondaryAlignment  
AddTemplateDrop(TemplateDropParameters)  
AddTemplateDrop(DistanceDefinition, Double, Template, Double, Double, String)  
AddTemplateDrop(DistanceDefinitionInfo, Double, Template, Double, Double, String)  
AddTemplateDrop(TemplateDefinition, String, Double, Double, Double, Double, Double, String)  
AddTemplateDropAtCrossSectionStation  
AddTransition(TemplateDrop, TemplateDrop, String)  
AddTransition(DistanceDefinition, Double, Template, Template, String)  
CreateFromDomainObject (Inherited from ConsensusItem)
CreateFromElement Gets the Corridor from a given element using connction.
Dispose() (Inherited from ConsensusItem)
Dispose(Boolean) (Inherited from ConsensusItem)
Finalize (Inherited from ConsensusItem)
GetCrossSectionStation  
GetNative (Inherited from ConsensusItem)
GetNativeP Gets the Native Corridor of this corridor.
GetXSCutPoints(Double, Double, Double, Double, Alignment.WhichFeatures) Gets the CorridorSurface of this corridor.
GetXSCutPoints(Double, Double, Double, Double, Alignment.WhichFeatures, IEnumerable(String)) Gets the CorridorSurface of this corridor.
PersistChanges() (Inherited from ConsensusItem)
PersistChanges(Object) (Inherited from ConsensusItem)
RemoveCurveWidening  
RemoveEndConditionExceptions  
RemoveKeyStation  
RemoveParametricConstraint  
RemovePointControl  
RemoveSecondaryAlignment  
RemoveTemplateDrop  
RemoveTransition  
SetCrossSectionStation  

Fields

m_dynamicItemHandle (Inherited from ConsensusItem)
m_isTransactable (Inherited from ConsensusItem)
m_marshaller (Inherited from ConsensusItem)
m_native (Inherited from ConsensusItem)

See Also